<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

**********************************************/

@import url(../css/font-awesome.css);
@import url(../css/flaticon.css);
@import url(../css/animate.css);
@import url(../css/owl.css);
@import url(../css/masterslider.css);
@import url(../css/revolution-slider.css);
@import url(../css/ms-vertical.css);
@import url(../css/polyglot-language-switcher.css);
@import url(../css/navigation.css);
@import url(../css/bootstrap.css);
@import url(../css/bootstrap.min.css);
@import url(../css/layers.css);
@import url(../css/settings.css);
@import url(../css/jquery.fancybox.css);
@import url(../css/hover.css);
@import url(../css/jquery-ui.css);
@import url(../css/timePicker.css);


@media (min-width:1200px) {
  .container {
    padding: 0px;
  }
}



/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
  font-size:15px;
  color:#777777;
  line-height:1.8em;
  font-weight:400;
  background:#ffffff;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

a{
  text-decoration:none;
  cursor:pointer;
}

a:hover,a:focus,a:visited{
  text-decoration:none;
  outline:none;
}

h1,h2,h3,h4,h5,h6 {
  position:relative;
  font-weight:normal;
  margin:0px;
  background:none;
  line-height:1.6em;
}

input,button,select,textarea{
}

p{
  position:relative;
  line-height:1.8em;  
}

.strike-through{
  text-decoration:line-through; 
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.page-wrapper{
  position:relative;
  margin:0 auto;
  width:100%;
  min-width:300px;
  overflow: hidden;
  
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}
.centered{
  text-align:center;  
}

.preloader{position: fixed; left:0px;top:0px;height:100%;width: 100%;z-index:999999;background-color:#ffffff;background-position:center center;background-repeat:no-repeat;background-image:url(../images/icons/preloader.gif);}

/** button **/

.btn-one {
    position: relative;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    
    background: #fab740;
    font-weight: 600;
    border: 2px solid #fab740;
    text-transform: uppercase;
    padding: 8px 20px 8px 21px;
    display: inline-block;
    text-align: center;
    transition: all 500ms ease;
}
.btn-one:hover {
    color: #fab740;
    background: #15223f;
    border: 2px solid #fab740;
    transition: all 500ms ease;
}

/*** 

====================================================================
  Scroll To Top style
====================================================================


***/

.scroll-to-top{
  position:fixed;
  bottom:15px;
  right:15px;
  color:#ffffff;
  font-size:24px;
  line-height:45px;
  width:45px;
  height:45px;
  border: 2px solid #f8b239;
  background: #f8b239;
  text-align:center;
  z-index:100;
  cursor:pointer;
  display:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.scroll-to-top:hover{
  background:#15223f;
  color:#fab740;
  transition:all 500ms ease;
}



/*** 

====================================================================
                        Home-Page-One
====================================================================

***/

/** main header section **/


.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  background: rgba(43, 62, 88, 0.55);
  width:100%;
  margin-bottom: -91px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  background: #071740;
  z-index:0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}


.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.main-header .logo{
  position: relative;
  display: inline-block;
  padding: 18px 0px 26px 0px;
}
.main-menu{
  position:relative;
  display: inline-block;
  left: 90px;
  top: 6px;
}

.main-menu .navbar-collapse{
  padding:0px;  
}

.main-menu .navigation{
  position:relative;
  margin:0px;
}

.main-menu .navigation &gt; li{
  position:relative;
  display: inline-block;
}
.main-menu .navigation &gt; li:last-child{
  margin-right: 0px;
}

.main-menu .navigation &gt; li &gt; a &gt; i:before{
  margin-right: 5px;
  font-size: 16px;
}
.main-menu .navigation &gt; li &gt; a{
  position:relative;
  display:block;
  font-size:15px;
  color: #fff;
  line-height: 26px;
  font-weight:600;
  padding:19px 0px 35px 0px;
  margin: 0px 20px 0px 20px;
  text-align: center;
  text-transform:uppercase;
  
  opacity:1;
  -webkit-transition:all 500ms ease;
}
.sticky-header .main-menu .navigation &gt; li &gt; a{
  line-height: 39px;
}
.main-menu .navigation &gt; li.current &gt; a,
.main-menu .navigation &gt; li:hover &gt; a{
  position: relative;
  color: #fab740;
  transition: all 500ms ease;
}
.main-menu .navigation &gt; li.current &gt; a:before,
.main-menu .navigation &gt; li:hover &gt; a:before{
  position: absolute;
  content: '';
  background: #fab740;
  width: 50px;
  height: 2px;
  left: 0px;
  bottom: 19px;
  transition: all 500ms ease;
}

.main-menu .navigation &gt; li:hover &gt; a:after{
  opacity:1;
}

.main-menu .navigation &gt; li &gt; ul{
  position:absolute;
  left:0px;
  top:130%;
  margin-top: 0px;
  width:220px;
  padding:0px;
  z-index:100;
  display:none;
  background:#a29afb;
  border-top:3px solid #fab740;
  transition:all 1000ms ease;
  -moz-transition:all 1000ms ease;
  -webkit-transition:all 1000ms ease;
  -ms-transition:all 1000ms ease;
  -o-transition:all 1000ms ease;
}
.sticky-header .main-menu .navigation &gt; li &gt; ul{
  margin-top: -6px;
}

.main-menu .navigation &gt; li &gt; ul &gt; li{
  position:relative;
  width:100%;
  border-bottom:1px solid rgba(255,255,255,0.30);
}
.main-menu .navigation &gt; li &gt; ul &gt; li:last-child{
  border-bottom:none; 
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; a{
  position:relative;
  display:block;
  padding:10px 15px;
  line-height:28px;
  font-weight:400;
  background: #071740;
  font-size:15px;
  
  text-transform:capitalize;
  color: #ffffff;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation &gt; li &gt; ul &gt; li:hover &gt; a{
  background: #fff;
  color: #fab740;
  transition:all 500ms ease;
  padding: 10px 15px 10px 18px;
}


.main-menu .navigation &gt; li &gt; ul &gt; li.dropdown:hover &gt; a:after{
  color:#ffffff;
  transition:all 500ms ease;  
}

.main-menu .navigation &gt; li.dropdown:hover &gt; ul{
  visibility:visible;
  opacity:1;
  top:100%;
  transition:all 500ms ease;  
}


.main-menu .navbar-collapse &gt; ul li.dropdown .dropdown-btn{
  position:absolute;
  display: none;
  right: 2px;
  top: 5px;
  border:none;
  font-size:16px;
  line-height:28px;
  color:#d4dae3;
  cursor:pointer;
  z-index:5;
}
.main-menu .navbar-collapse &gt; ul li.current .dropdown-btn{
  color: #a29afb;
}
.sticky-header .main-menu .navbar-collapse &gt; ul li.dropdown .dropdown-btn{
  top: 0px;
}
.main-header .more-option {
    display: inline-block;
    position: relative;
    top: 5px;
    left: 7%;
    margin-left: 5px;
    z-index: 1;
}
.sticky-header .more-option{
  left: 8%;
}
.more-option li {
    padding: 10px 0px;
    position: relative;
    display: inline-block;
}
.more-option .seach-toggle {
    background: transparent;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 15px;
    line-height: 21px;
    position: relative;
    text-align: center;
    padding: 0px 15px 0px 20px;
    transition: all 500ms ease;
}
.more-option .seach-toggle:hover{
  color: #fab740;
  transition: all 500ms ease;
}
.more-option .search-box {
    opacity: 0;
    position: absolute;
    right: 125px;
    top: 321%;
    transition: all 500ms ease 0s;
    visibility: hidden;
}
.more-option li {
    padding: 10px 0px;
    position: relative;
    display: inline-block;
}
.more-option .search-box .form-group {
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-width: 250px;
}
.more-option .search-box .form-group input[type="search"] {
    background: #ffffff none repeat scroll 0 0;
    border: 3px solid #fab740;
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    transition: all 500ms ease 0s;
    width: 100%;
    height: 40px;
    padding-left: 15px;
    padding-right: 50px;
}
.more-option .search-box .form-group button, .nav_right_area .search-box .form-group input[type="submit"] {
    background: #fab740;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0px;
    width: 40px;
    transition: all 500ms ease 0s;
}
.more-option .search-box.now-visible {
    top: 216%;
    right: 0%;
    opacity: 1;
    visibility: visible;
}
.sticky-header .more-option .search-box.now-visible{
  top: 234%;
}
.main-header .info-box{
  position: relative;
  display: inline-block;
  float: right;
  padding: 22px 0px 22px 0px;
}
.main-header .info-box a{
  position: relative;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  
  background: #fab740;
  font-weight: 600;
  border: 2px solid #fab740;
  text-transform: uppercase;
  padding: 9px 31px 9px 32px;
  display: inline-block;
  text-align: center;
  transition: all 500ms ease;
}
.main-header .info-box a:hover{
  color: #fab740;
  background: #15223f;
  border: 2px solid #fab740;
  transition: all 500ms ease;
}
.menu-bar {
    position: relative;
    display: inline-block;
}

/** main slider section **/

.banner{
  position: relative;
}
.banner .banner-title{
  position: relative;
  font-size: 80px;
  
  line-height: 80px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}
.banner .banner-text{
  position: relative;
  font-size: 20px;
  
  line-height: 30px;
  color: #fff;
  font-weight: 400;
}
.banner .banner-btn a{
  font-size: 15px;
  
  line-height: 26px;
  color: #fff;
  font-weight: 600 !important;
  text-transform: uppercase;
  padding: 12px 35px 12px 36px;
  border: 2px solid #fff;
  transition: all 700ms ease !important;
}
.banner .banner-btn a:hover{
  background: #15223f;
  border: 2px solid #fab740;
  color: #fab740;
  font-weight: 600 !important;
  transition: all 700ms ease !important;
}
.tp-leftarrow.tparrows.hephaistos{
  top: 60% !important;
}
.tp-rightarrow.tparrows.hephaistos{
  top: 60% !important;
}
.slotholder:after{
 position:absolute;
 content: '';
 left: 0px;
 top: 0px;
 right: 0px;
 bottom: 0px;
 background: #0c1012;
 opacity: .20;
}

/** search-service **/

.search-service{
  position: relative;
  padding: 0px 0px;
  margin-top: -60px;
}
.search-service .search-service-bg{
  position: relative;
  background: #15223f;
  padding: 35px 30px 35px 30px;
}
.search-service .search-service-bg input,
.search-service .search-service-bg select{
  position: relative;
  background: #fff;
  padding: 10px;
  width: 198px;
  height: 50px;
  margin-right: 22px;
}
.search-service .search-service-bg i:before{
  margin-left: -48px;
}
.search-service .search-service-bg a{
  position: relative;
  font-size: 15px;
  
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #fab740;
  background: #fab740;
  text-align: center;
  padding: 8px 23px;
  display: inline-block;
  left: 2px;
  transition: all 500ms ease;
}
.search-service .search-service-bg a:hover{
  color: #fab740;
  background: #15223f;
  transition: all 500ms ease;
}
.ui-selectmenu-button {
  height: 50px;
  width: 198px;
  padding: 10px;
  background: #fff;
  cursor: pointer;
  display: inline-block;
  border-radius: 0px;
  margin-right: 25px;
  color: #989898;
  border: 1px solid #15223f;
}
.ui-selectmenu-button .ui-icon {
    background: none;
    position: relative;
    top: 3px;
    text-indent: 0px;
    display: block;
    float: right;
}
.ui-selectmenu-button .ui-icon:before {
    
    content: "\f107";
    position: absolute;
    right: 5px;
    top: 4px !important;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #989898;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}
 ::-webkit-input-placeholder { /* Chrome */
  color: #989898;
}

 :-ms-input-placeholder { /* IE 10+ */
  color: #989898;
}
 ::-moz-placeholder { /* Firefox 19+ */
  color: #989898;
  opacity: 1;
}
 :-moz-placeholder { /* Firefox 4 - 18 */
  color: #989898;
  opacity: 1;
}

/** service-section **/

.service-section{
  position: relative;
  padding: 100px 0px 70px 0px;
}
.section-title{
  position: relative;
  font-size: 45px;
  
  line-height: 65px;
  color: #222;
  display: inline-block;
  padding: 0px 0px;
  margin-bottom: 6px;
  background: url(../images/home/title-bg.png);
  background-position: center center;
  /*width: 320px;*/
  height: 68px;
}
.section-title span{
  color: #fab740;
}
.title{
  position: relative;
  font-size: 14px;
  
  line-height: 26px;
  color: #848484;
  display: block;
  margin-bottom: 45px;
  text-align: center;
}
.service-section .single-item img{
  width: 100%;
}
.service-section .single-item{
  position: relative;
  padding: 0px 0px 0px 0px;
  box-shadow: 4px 4px rgba(0, 0, 0, 0.05);
  transition: all 500ms ease;
  margin-bottom: 30px;
}
.service-section .single-item:hover{
  box-shadow: none;
  transition: all 500ms ease;
}
.service-section .service-content{
  position: relative;
  padding: 29px 0px 30px 32px;
  z-index: 1;
}
.service-section .single-item:hover .service-content:before{
  height: 100%;
  width: 100%;
  opacity: 1;
}
.service-section .service-content:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #152545;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.service-section .single-item h3{
  font-size: 24px;
  
  line-height: 32px;
  color: #313131;
  margin-bottom: 10px;
  transition: all 500ms ease;
}
.service-section .single-item:hover h3,
.service-section .single-item:hover .text{
  color: #fff;
  transition: all 500ms ease;
}
.service-section .single-item .text{
  position: relative;
  font-size: 16px;
  
  line-height: 28px;
  color: #848484;
  display: inline-block;
  margin-right: 20px;
  transition: all 500ms ease;
}

.service-section .single-item .text span{
  position: relative;
  font-size: 18px;
  
  line-height: 28px;
  color: #fab740;
  display: inline-block;
  transition: all 500ms ease;
}
.service-section .single-item .rating{
  position: relative;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  margin-left: 20px;
}
.service-section .single-item .rating li{
  display: inline-block;
}
.service-section .single-item .rating li i:before{
  font-size: 13px;
  color: #fab740;
  margin: 0px;
}
.service-section .single-item .rating:before{
  position: absolute;
  content: '';
  background: #d9d9d9;
  height: 20px;
  width: 1px;
  left: -20px;
  top: 5px;
}

/** about-section **/

.about-section{
  position: relative;
  background: url(../images/about/about-bg.jpg);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 85px 0px;
}
.about-section:before{
  position: absolute;
  content: '';
  background: url(../images/about/about-bg-1.jpg);
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-section:after{
  position: absolute;
  content: '';
  background: #f5f5f8;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .95;
}
.about-section .about-content .section-title{
  background: none;
  font-size: 38px;
  margin-bottom: 9px;
}
.about-section .about-content{
  position: relative;
  background: #fff;
  float: right;
  padding: 34px 0px 41px 49px;
  display: inline-block;
  z-index: 1;
  width: 650px;
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.12);
}
.about-section .about-content p{
  position: relative;
  font-size: 14px;
  
  line-height: 26px;
  color: #848484;
  margin-bottom: 24px;
  padding: 0px 35px 0px 0px ;
}
.about-section .about-content .list li{
  position: relative;
  font-size: 15px;
  
  line-height: 26px;
  color: #848484;
  margin-bottom: 6px;
  padding: 0px 0px 0px 24px;
}
.about-section .about-content .list li:before{
  position: absolute;
  content: "\f00c";
  
  left: 0px;
  top: 2px;
  font-size: 13px;
  margin: 0px;
  color: #fab740;
}

/** our-speciality **/

.our-speciality{
  position: relative;
  padding: 100px 0px;
}
.our-speciality .img-box img{
  width: 100%;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.our-speciality .single-item:hover img{
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.our-speciality .single-item{
  position: relative;
}
.our-speciality .overlay-box {
    position: absolute;
    left: 0px;
    bottom: -100%;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
}
.our-speciality .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0%;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 30px;
    background: #15223f;
    opacity: .4;
}
.our-speciality .inner-box:hover .overlay-box {
    bottom: 0px;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}
.our-speciality .inner-box {
    position: relative;
    overflow: hidden;
}
.our-speciality .single-item .img-title{
  position: absolute;
  left: 29px;
  bottom: 21px;
  font-size: 28px;
  
  line-height: 36px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  transition: all 500ms ease;
}
.our-speciality .single-item:hover .img-title{
  color: #fab740;
  transition: all 500ms ease;
}

/** img-gallery **/

.img-gallery{
  position: relative;
  padding: 100px 0px;
  background: #f5f5f8;
  width: 100%;
}
.img-gallery .single-item .img-holder {
  display: block;
  overflow: hidden;
  position: relative;   
}
.img-gallery .single-item .img-holder img {
  position: relative;
  border-right: 2px solid #f5f5f8;
  border-left: 2px solid #f5f5f8;
  width: 100%; 
  height: 378px;     
}
.img-gallery .single-item .img-holder .overlay .box .content a i {
  border: 2px solid #fff;
  text-align: center;
  border-radius: 3%;
  color: #fab740;
  display: inline-block;
  font-size: 20px;
  height: 55px;
  line-height: 55px;
  transition: all 500ms ease 0s;
  width: 55px;
  border-radius: 50%;   
}
.img-gallery .single-item:hover .img-holder .overlay{
  -webkit-transform: scale(1);
  transform: scale(1);
}
.img-gallery .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.img-gallery .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: rgba(21, 34, 63, 0.8);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.img-gallery .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}
.img-gallery .single-item .img-holder .overlay .box .content .text{
  font-size: 20px;
  
  line-height: 30px;
  font-style: italic;
  color: #fab740;
}
.img-gallery .owl-dots{
  display: none !important;
}

/** testimonials-section **/

.testimonials-section{
  position: relative;
  padding: 100px 0px;
}
.testimonials-section .owl-controls{
  display: none !important;
}
.testimonials-section .testimonials-title{
  margin-bottom: 50px;
}
.testimonials-section .single-item .text{
  position: relative;
  font-size: 15px;
  
  line-height: 26px;
  color: #848484;
  background: #f5f5f8;
  padding: 25px 8px 35px 34px;
  margin-bottom: 25px;
}
.testimonials-section .single-item .text:before{
  position: absolute;
  content: "";
  background: #f5f5f8;
  width: 20px;
  height: 20px;
  left: 44px;
  bottom: -10px;
  transform: rotate(45deg);
}
.testimonials-section .img-box{
  position: relative;
  display: inline-block;
  padding: 0px 18px 0px 25px;
}
.testimonials-section .autor-content{
  position: relative;
  display: inline-block;
  top: -12px;
}
.testimonials-section .autor-content h4{
  position: relative;
  display: block;
  font-size: 20px;
  
  font-style: italic;
  line-height: 30px;
  color: #222;
  margin-bottom: 0px;
}
.testimonials-section .autor-content span{
  position: relative;
  display: block;
  font-size: 14px;
  
  line-height: 26px;
  color: #fab740;
}

/** fact-counter **/

.fact-counter{
  position: relative;
  padding: 85px 0px 80px 0px;
  background: url(../images/home/counter-bg.jpg);
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fact-counter:before{
  position: absolute;
  content: '';
  background: #15223f;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: .8;
}
.fact-counter span{
  position: relative;
  font-size: 45px;
  
  line-height: 50px;
  color: #fab740;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 9px;
  display: block;
}
.fact-counter .text{
  position: relative;
  display: block;
  font-size: 16px;
  
  line-height: 26px;
  color: #d1d2d6;
  margin-bottom: 0px;
}
.fact-counter .single-item.one{
  position: relative;
  padding: 0px 0px 0px 0px;
}
.fact-counter .single-item.one:before{
  position: absolute;
  content: '';
  background: #6b6f80;
  height: 80px;
  width: 2px;
  top: 6px;
  right: 50px;
}
.fact-counter .single-item.two{
  position: relative;
  padding: 0px 0px 0px 32px;
}
.fact-counter .single-item.two:before{
  position: absolute;
  content: '';
  background: #6b6f80;
  height: 80px;
  width: 2px;
  top: 6px;
  right: -15px;
}
.fact-counter .single-item.three{
  position: relative;
  float: right;
  padding: 0px 55px 0px 0px;
}
.fact-counter .single-item.three:before{
  position: absolute;
  content: '';
  background: #6b6f80;
  height: 80px;
  width: 2px;
  top: 6px;
  right: -58px;
}
.fact-counter .single-item.four{
  position: relative;
  padding: 0px 0px 0px 0px;
  float: right;
}

/** news-section **/

.news-section{
  position: relative;
  padding: 55px 0px 55px 0px;
}
.news-section .img-box img{
  position: relative;
  width: 100%;
}
.news-section .img-box{
  position: relative;
  padding: 0px 10px 0px 0px;
}
.news-section .news-content{
  position: relative;
  padding: 24px 0px 15px 0px;
  margin: 0px 0px 12px 104px;
  border-bottom: 1px solid #e5e5e5;
}
.news-section .news-content .date{
  position: absolute;
  left: -104px;
  top: 30px;
  background: #15223f;
  font-size: 30px;
  line-height: 30px;
  color: #fab740;
  font-weight: 700;
  
  height: 75px;
  width: 75px;
  display: block;
  text-align: center;
  padding: 10px 0px 0px 0px;
}
.news-section .news-content .date span{
  position: relative;
  font-size: 16px;
  
  line-height: 22px;
  color: #fab740;
  display: block;
}
.news-section .news-content h3{
  font-size: 24px;
  position: relative;
  line-height: 28px;
  color: #222;
  
  margin-bottom: 10px;
  transition: all 500ms ease;
}
.news-section .news-content h3:hover{
  color: #fab740;
  transition: all 500ms ease;
}
.news-section .news-content .list{
  position: relative;
  padding: 0px;
  margin: 0px;
}
.news-section .news-content .list li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  
  line-height: 26px;
  color: #848484;
  margin-right: 15px;
}
.news-section .news-content .list li i:before{
  color: #848484;
  margin-right: 8px;
  font-size: 13px;
}
.news-section p{
  position: relative;
  font-size: 15px;
  
  line-height: 26px;
  color: #848484;
  margin-bottom: 10px;
  padding: 0px 5px 0px 0px;
}
.news-section .sidbar-news{
  position: relative;
  padding: 0px 0px 0px 10px;
}
.news-section .sidbar-news .single-item{
  position: relative;
  padding: 0px 0px 16px 130px;
  margin-bottom: 18px;
  border-bottom: 1px solid #e5e5e5;
  top: -7px;
}
.news-section .sidbar-news .single-item:last-child{
  border-bottom: none;
}
.news-section .single-item .img-holder {
  display: block;
  overflow: hidden;
  position: relative;   
}
.news-section .single-item .img-holder {
  position: absolute;
  width: 110px; 
  height: 110px;  
  left: 0px;
  top: 7px;   
}
.news-section .single-item .img-holder .overlay .box .content .date {
  font-size: 30px;
  line-height: 30px;
  color: #fab740;
  font-weight: 700;
  
  height: 100%;
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 55px;
}
.news-section .single-item .img-holder .overlay .box .content .date span{
  position: relative;
  font-size: 16px;
  
  line-height: 22px;
  color: #fab740;
  display: block;
}
.news-section .single-item:hover .img-holder .overlay{
  -webkit-transform: scale(1);
  transform: scale(1);
}
.news-section .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.news-section .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: rgba(21, 34, 63, 0.8);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.news-section .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}
.news-section h3{
  position: relative;
  display: inline-block;
  font-size: 24px;
  
  line-height: 30px;
  color: #222;
  margin-bottom: 8px;
  transition: all 500ms ease;
}
.news-section h3:hover{
  color: #fab740;
  transition: all 500ms ease;
}
.news-section .sidbar-news p{
  padding: 0px 50px 0px 0px;
}


/** google map area **/

.google-map-area {
    position: relative;
}
#contact-google-map {
    height: 400px;
    width: 100%;
}

/** subscribe-section **/

.subscribe-section{
  position: relative;
  background: url(../images/home/subscribe-bg.jpg);
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 26px 0px 20px 0px;
}
.subscribe-section .subscribe-title{
  position: relative;
  display: inline-block;
  padding: 0px 0px 0px 60px;
}
.subscribe-section .section-title{
  background: none;
  color: #fff;
  width: 100%;
  line-height: 70px;
}
.subscribe-section .subscribe-form{
  position: relative;
  display: inline-block;
  float: right;
  top: 8px;
}
.subscribe-section button{
  position: relative;
  font-size: 14px;
  
  line-height: 26px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background: #15223f;
  border: 2px solid #15223f;
  padding: 10px 40px;
  text-align: center;
  margin-left: 15px;
  transition: all 500ms ease;
}
.subscribe-section button:hover{
  color: #fab740;
  background: #fff;
  transition: all 500ms ease;
}
.subscribe-section input{
  position: relative;
  height: 50px;
  width: 342px;
  background: #fff;
  color: #000;
  padding: 20px;
}

/** footer-section **/

.footer-section{
  position: relative;
  background: url(../images/home/footer-bg.jpg);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 100px 0px 0px 0px;
}
.footer-section:before{
  position: absolute;
  content: '';
  background: #151f36;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: .9;
}
.footer-section .footer-top{
  position: relative;
  padding: 0px 0px 89px 0px;
  border-bottom: 1px solid #333c51;
}
.footer-section .footer-logo{
  position: relative;
  padding: 0px 0px 28px 0px;
}
.footer-section p{
  position: relative;
  font-size: 15px;
  
  line-height: 26px;
  color: #b6b7b9;
  margin-bottom: 23px;
}
.footer-section h3{
  position: relative;
  font-size: 24px;
  color: #fff;
  
  line-height: 30px;
  margin-bottom: 20px;
}
.footer-section .logo-widget .footer-social{
  position: relative;
  padding: 0px;
  margin: 0px;
}
.footer-section .logo-widget .footer-social li{
  display: inline-block;
  margin-right: 11px;
}
.footer-section .logo-widget .footer-social li a{
  position: relative;
  color: #b6b7b9;
  font-size: 14px;
  width: 35px;
  height: 35px;
  border: 1px solid #b6b7b9;
  line-height: 35px;
  text-align: center;
  display: inline-block;
}
.footer-section .logo-widget .footer-social li a:hover{
  background: #fab740;
  border: 1px solid #fab740;
  color: #fff;
  transition: all 500ms ease;
}
.footer-section .link-widget .list{
  position: relative;
  padding: 0px;
  margin: 0px;
}
.footer-section .link-widget .list li a{
  position: relative;
  font-size: 15px;
  
  line-height: 26px;
  color: #b6b7b9;
  margin-bottom: 14px;
  display: block;
  padding: 0px 0px 0px 15px;
  transition: all 500ms ease;
}
.footer-section .link-widget .list li a:before{
  position: absolute;
  content: "\f105";
  color: #b6b7b9;
  font-size: 15px;
  
  left: 0px;
  top: 1px;
}
.footer-section .link-widget .list li a:hover{
  color: #fab740;
  text-decoration: underline;
  transition: all 500ms ease;
}
.footer-section .link-widget{
  position: relative;
  padding: 5px 0px 0px 50px;
}
.footer-section .contact-widget{
  position: relative;
  padding: 5px 0px 0px 0px;
  left: -30px;
}
.footer-section .contact-widget .single-item{
  position: relative;
  padding: 0px 0px 0px 33px;
  font-size: 15px;
  
  line-height: 26px;
  color: #b6b7b9;
  margin-bottom: 2px;
}
.footer-section .contact-widget .single-item a{
  position: relative;
  padding: 0px 0px 0px 1px;
  font-size: 15px;
  
  line-height: 26px;
  color: #b6b7b9;
  margin-bottom: 2px;
  transition: all 500ms ease;
}
.footer-section .contact-widget .single-item a:hover{
  color: #fab740;
  transition: all 500ms ease;
}
.footer-section .contact-widget h3{
  margin-bottom: 18px;
}
.footer-section .contact-widget p{
  padding: 0px 10px 0px 0px;
  margin-bottom: 21px;
}
.footer-section .contact-widget .single-item i{
  position: absolute;
  left: 0px;
  top: 0px;
}
.footer-section .contact-widget .single-item i:before{
  font-size: 17px;
  color: #b6b7b9;
  margin: 0px;
}
.footer-section .footer-gallery {
  position: relative;
  padding: 5px 0px 0px 0px;
}
.footer-section .footer-gallery li{
  position: relative;
  display: inline-block;
  width: 83px;
  height: 83px;
  margin: 0px 4px 8px 0px;
}
.footer-section .footer-gallery h3{
  margin-bottom: 26px;
}
.footer-section .footer-bottom{
  position: relative;
  padding: 19px 0px;
}
.footer-section .footer-bottom .copyright{
  font-size: 14px;
  
  position: relative;
  line-height: 27px;
  color: #b6b7b9;
  margin: 0px;
}
.footer-section .footer-bottom .copyright a{
  color: #fab740;
  transition: all 500ms ease;
}
.footer-section .footer-bottom .copyright a:hover{
  color: #fff;
  transition: all 500ms ease;
}
 

/*** 

====================================================================
                        about page
====================================================================

***/

.page-title{
  position: relative;
  padding: 150px 0px 45px 0px;
  background: url(../images/about/page-title-bg.jpg);
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-title:before{
  position: absolute;
  content: '';
  background: #0c1012;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: .6;
}
.page-title .title{
  position: relative;
  font-size: 45px;
  
  color: #fff;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 7px;
  display: block;
}
.page-title .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  
  color: #fab740;
  line-height: 26px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.page-title .bread-crumb a{
  display: inline-block;
  color: #fff;
  transition: all 500ms ease;
}
.page-title .bread-crumb a:hover{
  color: #fab740;
  transition: all 500ms ease;
}
.page-title .bread-crumb li i:before{
  margin-left: 5px;
}

.about-page{
  position: relative;
  padding: 100px 0px 96px 0px;
  background: none;
}
.about-page:before{
  display: none;
}
.about-page:after{
  display: none;
}
.about-page .about-content {
    position: relative;
    background: transparent;
    float: right;
    padding: 0px 0px 0px 10px;
    display: inline-block;
    z-index: 1;
    box-shadow: none;
    float: none;
    top: -13px;
}
.about-page .about-content a.about-btn{
    position: relative;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    
    background: #fab740;
    font-weight: 600;
    border: 2px solid #fab740;
    text-transform: uppercase;
    padding: 10px 36px 11px 37px;
    display: inline-block;
    text-align: center;
    transition: all 500ms ease;
}
.about-page .about-content a.about-btn:hover{
    color: #fab740;
    background: #15223f;
    border: 2px solid #fab740;
    transition: all 500ms ease;
}
.about-page img{
  width: 100%;
}
.about-page .img-box{
  position: relative;
  padding: 0px 10px 0px 0px;
}
.about-page .list{
  margin-bottom: 35px;
}
.about-page .about-content .section-title{
  font-size: 45px;
}
.about-page .about-content p{
  padding: 0px 75px 0px 0px;
}




/*** 

====================================================================
                        rooms grid
====================================================================

***/


.rooms-grid{
  position: relative;
  padding: 100px 0px;
}
.rooms-grid .rooms-btn{
  position: relative;
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
}
.rooms-grid .rooms-btn li{
  display: inline-block;
  margin: 0px 3px;
}
.rooms-grid .rooms-btn li a{
  position: relative;
  font-size: 18px;
  
  color: #222;
  background: #fff;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #e5e5e5;
  display: inline-block;
  transition: all 500ms ease;
}
.rooms-grid .rooms-btn li a:hover,
.rooms-grid .rooms-btn li.active a{
  color: #fff;
  background: #fab740;
  border: 1px solid #fab740;
  transition: all 500ms ease;
}
.rooms-grid .single-item{
  margin-bottom: 29px;
}




/*** 

====================================================================
                        rooms-list
====================================================================

***/

.rooms-list{
  position: relative;
  padding: 100px 0px;
}
.rooms-list .rooms-content h3{
    font-size: 24px;
    
    line-height: 32px;
    color: #313131;
    margin-bottom: 8px;
    transition: all 500ms ease;
}
.rooms-list .rooms-content h3:hover{
    color: #fab740;
    transition: all 500ms ease;
}
.rooms-list .rooms-content .text{
    position: relative;
    font-size: 16px;
    
    line-height: 28px;
    color: #848484;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 23px;
    top: 2px;
    transition: all 500ms ease;
}
.rooms-list .rooms-content .text span{
    position: relative;
    font-size: 18px;
    
    line-height: 28px;
    color: #fab740;
    display: inline-block;
    top: 1px;
    transition: all 500ms ease;
}
.rooms-list .rooms-content .rating{
    position: relative;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    margin-left: 20px;
}
.rooms-list .rooms-content .rating:before {
    position: absolute;
    content: '';
    background: #d9d9d9;
    height: 20px;
    width: 1px;
    left: -21px;
    top: 4px;
}
.rooms-list .rooms-content .rating li {
    display: inline-block;
}
.rooms-list .rooms-content .rating li i:before {
    font-size: 13px;
    color: #fab740;
    margin: 0px;
}
.rooms-list .rooms-content p{
  position: relative;
  font-size: 15px;
  
  line-height: 26px;
  color: #848484;
  margin-bottom: 35px;
  padding: 0px 0px 0px 0px;
  display: block;
}
.rooms-list .rooms-content{
  position: relative;
  padding: 44px 40px 0px 10px;
}
.rooms-list .single-item{
  position: relative;
  padding: 0px 0px 0px 0px;
  border: 1px solid #e5e5e5;
  margin-bottom: 48px;
}
.rooms-list .rooms-btn {
    margin-top: 2px;
}





/*** 

====================================================================
                        rooms-details
====================================================================

***/

.rooms-details{
  position: relative;
  padding: 100px 0px;
}
.rooms-details .img-box img{
  position: relative;
  width: 100%;
}
.rooms-details .lower-content h2{
    font-size: 30px;
    
    line-height: 32px;
    color: #313131;
    margin-bottom: 8px;
    text-align: none;
    transition: all 500ms ease;
}
.rooms-details .lower-content .text{
    position: relative;
    font-size: 16px;
    
    line-height: 28px;
    color: #848484;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 28px;
    top: 2px;
    transition: all 500ms ease;
}
.rooms-details .lower-content .text span{
    position: relative;
    font-size: 18px;
    
    line-height: 28px;
    color: #fab740;
    display: inline-block;
    top: 1px;
    transition: all 500ms ease;
}
.rooms-details .lower-content .rating{
    position: relative;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    margin-left: 20px;
}
.rooms-details .lower-content .rating:before {
    position: absolute;
    content: '';
    background: #d9d9d9;
    height: 20px;
    width: 1px;
    left: -21px;
    top: 4px;
}
.rooms-details .lower-content .rating li {
    display: inline-block;
}
.rooms-details .lower-content .rating li i:before {
    font-size: 13px;
    color: #fab740;
    margin: 0px;
}
.rooms-details .lower-content p{
  position: relative;
  font-size: 15px;
  /**/
  line-height: 26px;
  color: #848484;
  margin-bottom: 26px;
  padding: 0px 0px 0px 0px;
  display: block;
}
.rooms-details .lower-content p:last-child{
  margin-bottom: 30px;
}
.rooms-details .rooms-catagori .list{
  position: relative;
  padding: 0px;
  margin: 0px;
}
.rooms-details .rooms-catagori .list li{
  position: relative;
  display: block;
  font-size: 15px;
  /**/
  line-height: 26px;
  color: #848484;
  padding: 0px 0px 0px 23px;
  margin-bottom: 6px;
}
.rooms-details .rooms-catagori .list li:before{
  position: absolute;
  content: "\f0a9";
  /**/
  left: 0px;
  top: 1px;
  font-size: 14px;
  color: #fab840;
}
.rooms-details .lower-content{
  position: relative;
  padding: 35px 0px 0px 0px;
}
.rooms-details h3{
    font-size: 24px;
    /**/
    line-height: 32px;
    color: #313131;
    margin-bottom: 15px;
    transition: all 500ms ease;
}
.rooms-details .rooms-catagori{
  position: relative;
  padding: 0px 0px 62px 0px;
}
.rooms-details .client-reviews .text{
  position: relative;
  font-size: 15px;
  line-height: 26px;
  color: #848484;
  margin-bottom: 26px;
}
.rooms-details .client-reviews .text .rating{
  position: relative;
  display: inline-block;
  margin-left: 24px;
  top: 2px;
}
.rooms-details .client-reviews .text .rating li{
  position: relative;
  display: inline-block;
  margin-right: 4px;
}
.rooms-details .client-reviews .text .rating li i:before{
  font-size: 17px;
  color: #fab740;
  margin: 0px;
}
.rooms-details .client-reviews{
  position: relative;
  padding: 0px 0px 0px 0px;
}
.rooms-details .client-reviews input,
.rooms-details .client-reviews textarea{
  position: relative;
  width: 100%;
  height: 50px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
.rooms-details .client-reviews textarea{
  height: 150px;
  resize: none;
  margin-bottom: 21px;
}
.rooms-details .client-reviews h3{
  margin-bottom: 17px;
}
.rooms-details .client-reviews button.btn-one {
    padding: 10px 24px 11px 25px;
}
.rooms-details .sidbar-content select,
.rooms-details .sidbar-content input{
  position: relative;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  padding: 15px;
  margin-bottom: -9px;
}
.rooms-details .sidbar-content .ui-selectmenu-button{
  border: 1px solid #e5e5e5;
  margin-bottom: 18px;
}
.rooms-details .sidbar-content i{
  position: relative;
  float: right;
  top: 35px;
  right: 12px;
  z-index: 1;
}
.rooms-details .sidbar-content .date{
  position: relative;
  margin-bottom: 27px;
}
.rooms-details .sidbar-content{
  position: relative;
  padding: 33px 40px 40px 39px;
  border: 1px solid #e5e5e5;
  margin-left: 20px;
}
.rooms-details .sidbar-content a.btn-one{
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 20px 11px 21px;
}
.rooms-details .sidbar-content h3{
  margin-bottom: -4px;
}
 .rooms-details .sidbar-content ::-webkit-input-placeholder { /* Chrome */
  color: #222;
}

.rooms-details .sidbar-content :-ms-input-placeholder { /* IE 10+ */
  color: #222;
}
 .rooms-details .sidbar-content ::-moz-placeholder { /* Firefox 19+ */
  color: #222;
  opacity: 1;
}
 .rooms-details .sidbar-content :-moz-placeholder { /* Firefox 4 - 18 */
  color: #222;
  opacity: 1;
}
.rooms-details .sidbar-content .ui-selectmenu-button{
  color: #222;
} 


/*** 

====================================================================
                        gallery-section
====================================================================

***/


.gallery-section{
  position: relative;
  padding: 100px 0px 70px 0px;
}
.gallery-section img{
  width: 100%;
}
.gallery-section .single-item .img-holder {
  display: block;
  overflow: hidden;
  position: relative;   
}
.gallery-section .single-item{
  margin-bottom: 30px;
}
.gallery-section .single-item .img-holder img {
  position: relative;
  width: 100%;      
}
.gallery-section .single-item .img-holder .overlay .box .content a{
  border: 2px solid #fff;
  text-align: center;
  border-radius: 3%;
  color: #fab740;
  display: inline-block;
  font-size: 20px;
  height: 55px;
  line-height: 55px;
  transition: all 500ms ease 0s;
  width: 55px;
  border-radius: 50%;   
}
.gallery-section .single-item:hover .img-holder .overlay{
  -webkit-transform: scale(1);
  transform: scale(1);
}
.gallery-section .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.gallery-section .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: rgba(21, 34, 63, 0.8);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.gallery-section .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}
.gallery-section .single-item .img-holder .overlay .box .content .img-title{
  font-size: 20px;
  /**/
  line-height: 30px;
  font-style: italic;
  color: #fab740;
}



/*** 

====================================================================
                        testimonials-page
====================================================================

***/

.testimonials-page{
  position: relative;
  padding: 100px 0px 50px 0px;
}
.testimonials-page .single-item{
  position: relative;
  margin-bottom: 50px;
}
.testimonials-page .autor-content {
  top: 20px;
}
.testimonials-page .single-item .text{
  margin-bottom: 22px;
}



/*** 

====================================================================
                        faqs-section faq-page
====================================================================

***/

.faqs-section{
  position: relative;
  padding: 93px 0px 80px 0px;
}
.faqs-section .faq-title{
  position: relative;
  padding: 0px 0px 0px 0px;
}
.faqs-section .faq-title h2{
  position: relative;
  font-size: 30px;
  /**/
  line-height: 36px;
  color: #222;
  margin-bottom: 16px;
}
.faqs-section .faq-title p{
  font-size: 15px;
  /**/
  line-height: 26px;
  color: #848484;
  margin-bottom: 49px;
}

.accordion {
  position: relative;
  margin-bottom: 0px;
   border: 1px solid #e5e5e5;
   margin-bottom: 20px;
}

.accordion .acc-btn .left-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  color: #9c9c9c;
  font-size: 20px;
  text-align: center; 
}
.accordion .acc-btn {
  color: #222;
  cursor: pointer;
  font-size: 18px;
  line-height: 30px;
  padding: 15px 10px 17px 47px;
  border-bottom: 1px solid #fff;
  font-style: italic;
  transition: all 500ms ease;
}
.accordion .acc-btn.active{
  border-bottom: 1px solid #e5e5e5;
  color: #fab740;
  padding: 15px 10px 18px 47px;
  transition: all 500ms ease;
}
.accordion:last-child .acc-btn{
  border-bottom: 1px solid #fff;
  transition: all 500ms ease;
}
.accordion:last-child .acc-btn.active{
  border-bottom: 1px solid #e5e5e5;
  transition: all 500ms ease;
}
.accordion .acc-btn .toggle-icon {
  color: #848484;
  display: block;
  font-weight: 200;
  padding: 15px 20px;
  position: absolute;
  left: -1px;
  top: -20px;
}

.accordion .acc-btn .toggle-icon.left {
  color: #9c9c9c;
  display: block;
  font-weight: 100;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 30px;
}

.accordion .acc-btn .toggle-icon .plus::before {
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 500ms ease;
}


.accordion-box .accordion .acc-btn.active .toggle-icon .plus {
  opacity: 0;
}
.accordion-box .accordion .acc-btn .toggle-icon .minus {
  opacity: 0;
}
.accordion-box .accordion .acc-btn .toggle-icon .minus::before {
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 500ms ease;
}

.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
  opacity: 1;
}


.accordion-box .accordion .acc-content {
  color: #848484;
  /**/
  display: none;
  font-size: 14px;
  line-height: 26px;
  padding: 5px 10px 0px 10px;
}


.accordion-box .accordion .acc-content.collapsed {
  display: block;
}

.accordion-box .accordion .acc-content p {
  color: #848484;
  font-size: 14px;
  /**/
  line-height: 26px;
  padding: 8px 5px 24px 25px;
  margin: 0px 14px;
}
.accordion-box .accordion:last-child .acc-content p{
  border-bottom: none;
  transition: all 500ms ease;
}
.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
  top: 22px;
  color: #fab740;
  position: absolute;
  padding: 13px;
  margin-top: 14px;
  right: -6px;
}
.faq-page .faq-sidber{
  position: relative;
  padding: 35px 40px 40px 39px;
  margin: 0px 0px 0px 20px;
  border: 1px solid #e5e5e5;
  top: 8px;
}
.faq-page .faq-sidber input,
.faq-page .faq-sidber textarea{
  position: relative;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  margin-bottom: 18px;
  padding: 15px 20px;
}
.faq-page .faq-sidber textarea{
  height: 120px;
  resize: none;
  margin-bottom: 9px;
}
.faq-page .faq-sidber button{
  display: block;
  width: 100%;
  padding: 10px 20px 11px 21px;
}
.faqs-section .faq-sidber h3 {
    position: relative;
    font-size: 24px;
    /**/
    line-height: 30px;
    color: #222;
    margin-bottom: 24px;
}
.faqs-section .faq-sidber ::-webkit-input-placeholder { /* Chrome */
  color: #222;
}

.faqs-section .faq-sidber :-ms-input-placeholder { /* IE 10+ */
  color: #222;
}
.faqs-section .faq-sidber ::-moz-placeholder { /* Firefox 19+ */
  color: #222;
  opacity: 1;
}
.faqs-section .faq-sidber :-moz-placeholder { /* Firefox 4 - 18 */
  color: #222;
  opacity: 1;
}






/*** 

====================================================================
                        error-page
====================================================================

***/


.error-section{
  position: relative;
  padding: 140px 0px 150px 0px;
}
.error-section .error-title{
  position: relative;
  font-size: 180px;
  /**/
  line-height: 200px;
  color: #222;
  margin-bottom: 30px;
}
.error-section .error-title i:before{
  color: #fab740;
  margin: 0px 18px;
  font-size: 185px;
}
.error-section .title{
  position: relative;
  font-size: 45px;
  /**/
  line-height: 50px;
  color: #222;
  margin-bottom: 44px;
}
.error-section .text{
  position: relative;
  font-size: 16px;
  /**/
  line-height: 26px;
  color: #848484;
  margin-bottom: 18px;
  display: block;
}
.error-section .form-group{
  position: relative;
  padding: 0px 0px 0px 0px;
  display: inline-block;
}
.error-section .search-box input{
  position: relative;
  width: 570px;
  height: 50px;
  border: 1px solid #dedede;
  margin-bottom: 31px;
  padding: 15px;
}
.error-section a.btn-one{
  display: block;
  width: 150px;
  margin: 0 auto;
}
.error-section .form-group button{
  position: absolute;
  right: 15px;
  top: 10px;
  background: transparent;
}
.error-section a.btn-one{
  padding: 10px 20px 11px 21px;
}



/*** 

====================================================================
                        latest-news-page
====================================================================

***/

.latest-news{
  position: relative;
  padding: 100px 0px 50px 0px;
}
.latest-news .img-box{
  padding: 0px;
}
.latest-news .news-content {
    position: relative;
    padding: 24px 0px 15px 0px;
    margin: 0px 0px 22px 104px;
    border-bottom: 1px solid #e5e5e5;
}
.latest-news .single-item{
  margin-bottom: 46px;
 }
.latest-news .sidebar{
  position: relative;
  padding: 0px 0px 0px 20px;
}
.latest-news .sidebar .form-group{
  position: relative;
}
.latest-news .sidebar .form-group input{
  position: relative;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  padding: 0px 15px;
  margin-bottom: 26px;
}
.latest-news .sidebar .form-group button{
  position: absolute;
  color: #222;
  top: 10px;
  right: 15px;
  background: transparent;
}
.latest-news .sidebar h3:hover{
  color: #222;
}
.latest-news .sidebar .sidebar-blog-category{
  position: relative;
  margin-bottom: 43px;
}
.latest-news .sidebar .sidebar-blog-category li a{
  position: relative;
  font-size: 14px;
  /**/
  line-height: 26px;
  color: #222;
  display: block;
  padding: 11px 15px 11px 15px;
  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
  transition: all 500ms ease;
}
.latest-news .sidebar .sidebar-blog-category li a:hover{
  color: #fab740;
  transition: all 500ms ease;
}
.latest-news .sidebar h3{
  margin-bottom: 24px;
}
.latest-news .posts-widget .single-item{
  position: relative;
  padding: 0px 0px 19px 95px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
.latest-news .posts-widget .single-item:last-child{
  border-bottom: none;
}
.latest-news .posts-widget .single-item .img-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 75px;
  height: 75px;
}
.latest-news .posts-widget{
  position: relative;
  margin-bottom: 26px;
}
.latest-news .posts-widget .single-item h5{
  position: relative;
  font-size: 16px;
  /**/
  line-height: 22px;
  color: #222;
  top: -5px;
  margin-bottom: 2px;
  transition: all 500ms ease;
}
.latest-news .posts-widget .single-item h5:hover{
  color: #fab740;
  transition: all 500ms ease;
}
.latest-news .posts-widget .single-item .post-info{
  position: relative;
  font-size: 13px;
  /**/
  line-height: 25px;
  color: #848484;
}
.latest-news .posts-widget .single-item .post-info span:before{
  font-size: 13px;
  color: #848484;
  margin-right: 11px;
}
.latest-news .sidebar-tag{
  position: relative;
}
.latest-news .sidebar-tag .blog-cat li{
  display: inline-block;
}
.latest-news .sidebar-tag .blog-cat li a{
  position: relative;
  font-size: 14px;
  /**/
  line-height: 26px;
  color: #848484;
  border: 1px solid #e5e5e5;
  padding: 6px 27px 6px 28px;
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 10px;
  text-align: center;
  transition: all 500ms ease;
}
.latest-news .sidebar-tag .blog-cat li a:hover{
  color: #fff;
  background: #fab740;
  border: 1px solid #fab740;
  transition: all 500ms ease;
}




/*** 

====================================================================
                        news-details page
====================================================================

***/

.news-details{
  position: relative;
  padding: 100px 0px;
}
.news-details .post-share-option{
  position: relative;
  padding: 0px 0px 0px 0px;
  margin-bottom: 67px;
}
.news-details .post-share-option .text,
.news-details .post-share-option .post-social li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  
  line-height: 26px;
  color: #222;
}
.news-details h3:hover,
.news-details .news-content h3:hover{
  color: #222;
}
.news-details .post-share-option .post-social{
  position: relative;
  display: inline-block;
  float: right;
  top: -5px;
}
.news-details .post-share-option .post-social li{
  display: inline-block;
  margin-left: 7px;
}
.news-details .post-share-option .post-social li a{
  position: relative;
  display: inline-block;
  font-size: 13px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: #848484;
  border: 1px solid #e5e5e5;
  text-align: center;
  transition: all 500ms ease;
}
.news-details .post-share-option .post-social li a:hover{
  color: #fff;
  background: #fab740;
  border: 1px solid #fab740;
  transition: all 500ms ease;
}
.news-details .comment-area .comment-box{
  position: relative;
  padding: 0px 0px 0px 105px;
  margin-bottom: 25px;
}
.news-details .comment-area .comment-box img{
  position: absolute;
  left: 0px;
  top: 0px;
}
.news-details .comment-area .comment-box .comment-name{
  position: relative;
  font-size: 18px;
  /**/
  line-height: 28px;
  color: #222;
  margin-bottom: 0px;
  top: -10px;
}
.news-details .comment-area .comment-box .comment-info{
  position: relative;
  font-size: 14px;
  /**/
  line-height: 26px;
  color: #848484;
  margin-bottom: 4px;
  top: -7px;
}
.news-details .comment-area .comment-box p{
  position: relative;
  font-size: 15px;
  /**/
  line-height: 26px;
  color: #848484;
  margin-bottom: 0px;
}
.news-details .comment-area .comment-box.replay-comment{
  margin-left: 90px;
}
.news-details .comment-area .comment-box.replay-comment img{
  left: 17px;
}
.news-details .comment-area .comment-box i:before{
  font-size: 13px;
  color: #848484;
  margin-right: 5px;
}
.news-details .comment-form input,
.news-details .comment-form textarea{
  position: relative;
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  padding: 0px 15px;
  border: 1px solid #e5e5e5;
}
.news-details .comment-form textarea{
  resize: none;
  height: 150px;
  margin-bottom: 22px;
  padding: 15px;
}
.news-details .single-item .img-box{
  margin-bottom: 10px;
}
.news-details .single-item p{
  padding: 0px;
  margin-bottom: 26px;
}
.news-details .single-item p:last-child{
  margin-bottom: -8px;
}
.news-details .comment-area h3{
  margin-bottom: 24px;
}
.news-details .comment-area{
  position: relative;
  margin-bottom: 68px;
}
.news-details .comment-form h3{
  margin-bottom: 30px;
}
.news-details .comment-form .btn-one{
  padding: 10px 25px 10px 26px;
}


/*** 

====================================================================
                        contact-page
====================================================================

***/


.contact-section{
  position: relative;
  padding: 93px 0px 100px 0px;
}
.contact-section .contact-form{
  position: relative;
  padding: 0px 40px 0px 0px;
}
.contact-section .contact-info .single-item{
  position: relative;
  padding: 0px 0px 0px 64px;
  margin-bottom: 18px;
}
.contact-section .contact-info .single-item i{
  position: absolute;
  left: 0px;
  top: 4px;
  width: 45px;
  height: 45px;
  background: #fab740;
  line-height: 45px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}
.contact-section h2{
  font-size: 30px;
  /**/
  line-height: 36px;
  color: #222;
  margin-bottom: 34px;
}
.contact-section .contact-info h2{
  margin-bottom: 30px;
}
.contact-section .contact-form input,
.contact-section .contact-form textarea{
  position: relative;
  width: 100%;
  height: 50px;
  border: 1px solid #e7e7e7;
  margin-bottom: 30px;
  padding: 15px;
}
.contact-section .contact-form textarea{
  height: 150px;
  resize: none;
  margin-bottom: 21px;
}
.contact-section .contact-form .btn-one{
  padding: 10px 28px 11px 28px;
}
.contact-section .contact-info .info-title{
  position: relative;
  font-size: 22px;
  /**/
  line-height: 30px;
  font-style: italic;
  color: #222;
  margin-bottom: 5px;
}
.contact-section .contact-info .text{
  position: relative;
  font-size: 15px;
  /**/
  line-height: 26px;
  color: #848484;
  padding: 0px 0px 0px 2px;
}
.contact-section .contact-info .text a{
  position: relative;
  font-size: 15px;
  /**/
  line-height: 26px;
  color: #848484;
  padding: 0px 0px 0px 2px;
  transition: all 500ms ease;
}
.contact-section .contact-info .text a:hover{
  color: #fab740;
  transition: all 500ms ease;
}


/****å³ä¾§å®¢æœ*****************/
@font-face {
  font-family: 'icomoon';
    src:url('/APP/Home/View/Public/fonts/icomoon.eot?qradjf');
    src:url('/APP/Home/View/Public/fonts/icomoon.eot?qradjf#iefix') format('embedded-opentype'),
        url('/APP/Home/View/Public/fonts/icomoon.ttf?qradjf') format('truetype'),
        url('/APP/Home/View/Public/fonts/icomoon.woff?qradjf') format('woff'),
        url('/APP/Home/View/Public/fonts/icomoon.svg?qradjf#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
.demo-icon{
  font-family:"icomoon";
  font-style:normal;
  font-weight:normal;
  speak:none;
  display:inline-block;
  text-decoration:inherit;
  text-align:center;
  font-variant:normal;
  text-transform:none;
  font-size:24px;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  line-height:24px;
  color:#999; 
}
/*new right*/
.cndns-right{position:fixed;right:1px;top:75%;margin-top:-100px;z-index:100}
.cndns-right-meau{position:relative;}
.cndns-right-btn{width:48px;height:48px;border:1px solid #ddd;text-align:center;display:block;margin-bottom:6px;position:relative;background-color:#fff}
.cndns-right-btn span{color:#848484;font-size:26px;line-height:48px;}
.cndns-right-btn sup{display:block;min-width:24px;height:24px;text-align:center;line-height:24px;color:#fff;border-radius: 50%;background-color:#ff6800;position:absolute;left:-12px;top:-12px;}
.cndns-right-btn p{color:#ff6800;font-size:14px;line-height:18px;padding-top:5px;display:none;}
.cndns-right-meau:hover .cndns-right-btn span{display:none}
.cndns-right-meau:hover .cndns-right-btn p{display:block;}
.meau-car .cndns-right-btn {border-color:#ff6800;margin-bottom:20px;}
.meau-car.cndns-right-meau:hover .cndns-right-btn{background-color:#ff6800}
.meau-car.cndns-right-meau:hover .cndns-right-btn span{color:#fff;display:block;}
.meau-car .cndns-right-btn span{color:#ff6800;}
.meau-sev .cndns-right-btn{border-color:#ff6800;background:url(/APP/Home/View/Public/images/02index-banner-8.gif) no-repeat #ff6800 center;} 
.meau-sev .cndns-right-btn p{color:#fff}
.meau-sev .cndns-right-btn span{color:#fff}
.meau-top .cndns-right-btn span{font-size:12px;line-height:12px;padding-top:10px;display:block}
.meau-top .cndns-right-btn i{display:block;color:#999}
.meau-top.cndns-right-meau:hover .cndns-right-btn{background-color:#ff6800}
.meau-top.cndns-right-meau:hover .cndns-right-btn span{display:block;color:#fff} 
.meau-top.cndns-right-meau:hover .cndns-right-btn i{color:#fff;}
.cndns-right-box{position:absolute;top:-15px;right:48px;padding-right:25px;display:none;}
.cndns-right-box .box-border{border:1px solid #ccc;border-top:4px solid #ff6800;padding:20px;background-color:#fff;-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);box-shadow: 0 3px 8px rgba(0,0,0,.15);position:relative}
.cndns-right-box .box-border .arrow-right{display:block;width:13px;height:16px;background:url(/APP/Home/View/Public/images/arrow.png) no-repeat;position:absolute;right:-13px;top:26px;}
.cndns-right-box .box-border .sev-t span{font-size:42px;float:left;display:block;line-height:56px;margin-right:20px;color:#d3d3d3}
.cndns-right-box .box-border .sev-t p{float:left;color:#ff6800;font-size:24px;line-height:28px;}
.cndns-right-box .box-border .sev-t p i{display:block;font-size:14px;color:#aaa;}
.cndns-right-box .box-border .sev-b{padding-top:15px;margin-top:15px;border-top:1px solid #e4e4e4;float: left;}
.cndns-right-box .box-border .sev-b h4{color:#666;font-size:14px;font-weight:normal;padding-bottom:15px;}
.cndns-right-box .box-border .sev-b li{float:left;width:33.33333%}
.cndns-right-box .box-border .sev-b li a{display:inline-block;color:#999;font-size:13px;padding-left:43px;background:url(/APP/Home/View/Public/images/q1.gif) no-repeat left 3px;line-height:36px;}
.cndns-right-box .box-border .sev-b li a:hover{color:#ff6800}
.meau-sev .cndns-right-box .box-border{width:475px;height: 300px;}
.meau-contact .cndns-right-box .box-border{width:275px;height: 100px;}
.cndns-right-meau:hover .cndns-right-box{display:block}
.meau-code .cndns-right-box{top:inherit;bottom:-35px;}
.meau-code .cndns-right-box .box-border{width:196px;text-align:center;border-top:1px solid #ccc;}
.meau-code .cndns-right-box .box-border i{display:block;color:#f66e06;font-size:16px;line-height:16px;}
.meau-code .cndns-right-box .box-border .arrow-right{top:inherit;bottom:50px;}
.meau-sev .cndns-right-btn .demo-icon{display:none;}
.meau-sev:hover .cndns-right-btn{background:#ff6800}
.meau-zs .cndns-right-btn{background-color:#ff6800;color:#fff;margin-top:80px;border-color:#ff6800}
.meau-zs .cndns-right-btn span{color:#fff}
.meau-zs .cndns-right-btn p{color:#fff}


.cndns-right-box-qq{
   top:-145px;
}

.cndns-right-box .box-border .arrow-right-qq{
   top:155px;
}

.meau-sev .cndns-right-box-qq .box-border {
  width: 260px;
  height: 250px;
}

/***********å³ä¾§å®¢æœç»“æŸ*******************/

/******é¦–é¡µé¡µçœ‰å¼€å§‹*******/
.header_first .container .row .mb-301 {
  width: 100%;
  height: 106px;
  align:center;
  line-height: 106px;
}

.header_first .container .row .mb-301 .mb-301-p {
  line-height: 106px;
  color: #222;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: bold;
}

.header_first .container .row .mb-302 {
  width: 100%;
  height: 106px;
  align:center;
  line-height: 54px;
}
.header_first .container .row .mb-302 .row .mb-303 .card-features3{
  color: #222;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: bold;
  letter-spacing:23px;
}
.header_first .container .row .mb-302 .mb-304 .mb-304-p {
  color: #222;
  font-size: 31px;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 20px;
}
.main_nav .bootsnav{
  border-top: 1px solid #DCDCDC !important;
  border-bottom: 1px solid #DCDCDC !important;
}

.main_nav .navbar .container  ul li{
  border-left: 1px solid #DCDCDC;
}
.main_nav .navbar .container  ul {
  border-right: 1px solid #DCDCDC;
}
/******é¦–é¡µé¡µçœ‰ç»“æŸ*******/

/******é¦–é¡µè§†é¢‘å¼€å§‹*******/
.video_01{
  margin-top:60px;
  margin-bottom: 20px;
}
.video_01 .container .v-30 .v-301 h1{
  color: #222;
}
.video_01 .container .v-30 .v-301 h3{
  color: #222;
}
.video_01 .container .v-30 .v-301 .v-301_box .v-301_box_a{
  float: right;
  margin-right: 20px;
  margin-bottom:10px;
}
/******é¦–é¡µè§†é¢‘ç»“æŸ*******/

/******é¦–é¡µ4è½®æ’­å¼€å§‹*******/
.lunbo_01{
  /*height: 626px;*/
  background-color:#F7F8FC;
  padding-top: 50px;
  /*margin-bottom: 50px;*/
}
.lunbo_01 .container .lunbo-20{
  height: 100px;
}
.lunbo_01 .container .lunbo-20 h1{
  width: 100%;
}

.lunbo_01 .container .lunbo-20 h4{
  width: 100%;
  margin-bottom:25px;
}

.lunbo_01 .container .lunbo-30 .lunbo-302{
  width: 100%;
  height: auto;
  background-color:#fff;
  padding-bottom: 20px;

}

.lunbo_01 .container .lunbo-30 .lunbo-302 .pro1 {
  width: 98%;
  height: 60px;
  background: #006db8;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
.lunbo_01 .container .lunbo-30 .lunbo-302 .pro1 h3{
  line-height: 60px;
  text-align: center;
  padding-left: 25px;
  background:url(../../lunbo828/img/rtf_10.png) no-repeat 10px 0px;
}

.lunbo_01 .container .lunbo-30 .lunbo-302 .pro3{
  width: 100%;
  height:50px;
  float: left;
}

.lunbo_01 .container .lunbo-30 .lunbo-302 .pro3 li{
  width: 80px;
  float: left;
  padding-left: 15px;
}

.lunbo_01 .container .lunbo-30 .lunbo-302 .slideBox{
  border: 1px solid #DCDCDC !important;
}

.lunbo_01 .container .lunbo-30 .lunbo-302 .pro1-2 {
  width: 98%;
  height: 60px;
  background: #006db8;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

.lunbo_01 .container .lunbo-30 .lunbo-302 .pro1-2 h3{
  line-height: 60px;
  text-align: center;
  padding-left: 25px;
  background:url(../../lunbo828/img/rtf_11.png) no-repeat 10px 0px;
}

.lunbo_01 .container .lunbo-30 .lunbo-302 .pro1-3 {
  width: 98%;
  height: 60px;
  background: #006db8;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

.lunbo_01 .container .lunbo-30 .lunbo-302 .pro1-3 h3{
  line-height: 60px;
  text-align: center;
  padding-left: 25px;
  background:url(../../lunbo828/img/rtf_59.png) no-repeat 10px 0px;
}


.lunbo_01 .container .lunbo-30 .lunbo-302 .pro4 {
  width: 98%;
  height: 60px;
  background: #006db8;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
.lunbo_01 .container .lunbo-30 .lunbo-302 .pro4 h3{
  line-height: 60px;
  text-align: center;
  padding-left: 25px;
  background:url(../../lunbo828/img/rtf_11.png) no-repeat 10px 0px;
}




/******é¦–é¡µ4è½®æ’­ç»“æŸ*******/

/******é¦–é¡µtabå¼€å§‹*******/

.tab_v01{
  width: 100%;
  background-color: #fff;
  padding-top:80px;
}

.tab_v01 .container .tv-30 .tv-301 {
  width: 100%;
  text-align: center;
  padding-bottom: 50px;
}

.tab_v01 .container .tv-30 .tv-302 ul{
  width: 100%;
  float: left;
  padding-bottom:50px;
}

.tab_v01 .container .tv-30 .tv-302 ul li{
  width: 33.3%;
  float: left;
  border-left: 1px dashed #CCCCCC;
}

.tab_v01 .container .tv-30 .tv-302 ul li .current1{

  margin-left: 28px;
  width: 58px;
  height: 48px;
  background: url(../../lunbo828/img/rtf_14.png) -200px 0px no-repeat;
  float: left;
}

.tab_v01 .container .tv-30 .tv-302 ul li .tb_p1{

  padding-left: 20px;
  float: left;
}

.tab_v01 .container .tv-30 .tv-302 ul li .current2{

  margin-left: 28px;
  width: 43px;
  height: 48px;
  background: url(../../lunbo828/img/rtf_14.png) -258px 0px no-repeat;
  float: left;
}

.tab_v01 .container .tv-30 .tv-302 ul li .current3{

  margin-left: 28px;
  width: 71px;
  height: 48px;
  background: url(../../lunbo828/img/rtf_14.png) 0px 0px no-repeat;
  float: left;
}

.tab_v01 .container .tv-30 .tv-302 ul .current3_li{
   border-right: 1px dashed #CCCCCC;
}

.tab_v01 .container .tv-30 .xv-302{
   padding-bottom:20px;
}

.tab_v01 .container .tv-30 .xv-302-v2{
  display: none;
}

.tab_v01 .container .tv-30 .xv-302-v3{
  display: none;
}

/******é¦–é¡µtabç»“æŸ*******/

/******é¦–é¡µæ¨ªå¹…å¼€å§‹*******/

.hengfu_01{
  background-color: #252525;
  width: 100%;
  height:120px;
  align:center;
}

.hengfu_01 .container .hv-30 .hv-301{
  width: 100%;
  height: 80px;
  margin-top:20px;
  border-left: 1px dashed #CCCCCC;
}

.hengfu_01 .container .hv-30 .hv-301 .hv-301-tittle{
  padding-top:10px;
  font-size: 30px;
  height: 31px;
  color: #fff;
}

.hengfu_01 .container .hv-30 .hv-301 .hv-301-p{
  padding-top:10px;
  font-size: 14px;
  height: 31px;
  color: #fff;
}


.hengfu_01 .container .hv-30 .hv-301 .hv-301-p .hv-301-p-span{
  font-size: 24px;
  font-weight: bold;
  color: #f27200;
}
/******é¦–é¡µæ¨ªå¹…ç»“æŸ*******/


/******é¦–é¡µåˆä½œå¹¿å‘Šç»“æŸ*******/
.hezuo_01{
  width: 100%;
  height: 520px;
  background: url(../../lunbo828/img/rc-18.jpg) no-repeat;
  background-position: center;
}

.hezuo_01 .container .zv-30{
  padding-top: 65px;
  padding-left: 55px;
}

.hezuo_01 .container .zv-30 .zv-301 ul li{
  width: 135px;
  height: 85px;
  background: #fff;
  padding: 1px;
  float: left;
  margin-left: 1px;
  margin-top: 1px;
}

.hezuo_01 .container .zv-30 .zv-301 ul .zv-li1{
  border: 1px #d0d0d0 solid;
  text-align: center;
  line-height: 80px;
}

.hezuo_01 .container .zv-30 .zv-301 ul .zv-li2{
  /*height: 68px;*/
  line-height: 68px;
  text-align: center;
}

.hezuo_01 .container .zv-30 .zv-301 ul .zv-li2 p{
  height: 83px;
  line-height: 83px;
  text-align: center;
  background: #d0d0d0;
}
/******é¦–é¡µåˆä½œå¹¿å‘Šç»“æŸ*******/


/******é¦–é¡µæ–°é—»å¼€å§‹*******/
.xw_01{
  width: 100%;
  /*height: 600px;*/
  background-color: #fff;
}
.xw_01 .container .xw-30{
  margin-top: 50px;
}
.xw_01 .container .xw-30 .xw-302 .xw-302_1{
  width: 100%;
  height: 49px;
  border: 1px solid #ddd;
}

.xw_01 .container .xw-30 .xw-302 .xw-302_2{
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  width: 100px;
  height: 48px;
  text-align: center;
  display: block;
  line-height: 48px;
  background: #f27200;
  float: left;
}

.xw_01 .container .xw-30 .xw-302 .xw-302_3{
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  width: 100px;
  height: 48px;
  text-align: center;
  display: block;
  line-height: 48px;
  /*background: #f27200;*/
  border-right: 1px solid #CCCCCC;
  float: left;
}

.xw_01 .container .xw-30 .xw-302 .xw-302_4{
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  width: 100px;
  height: 48px;
  text-align: center;
  display: block;
  line-height: 48px;
  /*background: #f27200;*/
  border-left: 1px solid #CCCCCC;
  float: right;
}


.xw_01 .container .xw-30 .xw-301 .xw-301_1{
  width: 100%;
  height: 49px;
  border: 1px solid #ddd;
}

.xw_01 .container .xw-30 .xw-301 .xw-301_2{
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  width: 100px;
  height: 48px;
  text-align: center;
  display: block;
  line-height: 48px;
  background: #f27200;
  float: left;
}


.xw_01 .container .xw-30 .xw-301 .xw-301_4{
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  width: 100px;
  height: 48px;
  text-align: center;
  display: block;
  line-height: 48px;
  /*background: #f27200;*/
  border-left: 1px solid #CCCCCC;
  float: right;
}

.xw_01 .container .xw-30 .xw_content_1{
   width: 100%;
   float: left;
}

.xw_01 .container .xw-30 .xw_content_2{

  height: auto;
  float: left;
  margin-top: 20px;
}

.xw_01 .container .xw-30 .xw_content_3{

  float: left;
  padding-left: 10px;
  padding-top: 10px;
  line-height: 29px;
  color: #888;
}
.xw_01 .container .xw-30 .xw_content_3 p{
  line-height: 29px;
}

.xw_01 .container .xw-30 .xw_content_4{
  width: 100%;
  margin-top: 5px;
  float: left;
}
.xw_01 .container .xw-30 .xw_content_4 ul li{
    float: left;
    padding-left: 10px;
    width: 50%;
    height: 41px;
    line-height: 41px;
    font-size: 12px;
    border-bottom: 1px dashed #CCCCCC;
}

/*.xw_01 .container .xw-30 .xw_content_4 ul li a{
    width: 228px !important;
    overflow: hidden;
}*/

.xw_01 .container .xw-30 .xw_content_4 ul li span{
    float: right;
    line-height: 41px;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    /*width: 85px;*/
}

.xw_01 .container .xw-30 .xw-301{

}
.xw_01 .container .xw-30 .xw-301 .xw-301_content-1{
  width: 100%;
  margin-top: 10px;
  float: left;
}

.xw_01 .container .xw-30 .xw-301 .xw-301_content-1 ul li{
  width: 100%;
}

.xw_01 .container .xw-30 .xw-301 .xw-301_content-1 ul .q1{
  padding-top:10px;
  float: left;
}
.xw_01 .container .xw-30 .xw-301 .xw-301_content-1 ul li .wen{
  width: 18px;
  height: 18px;
  background-color: #000;
  line-height: 18px;
  color: #fff;
  text-align: center;
  font-size:12px;
  float: left;
}

.xw_01 .container .xw-30 .xw-301 .xw-301_content-1 ul li .wen-a{
  width: 95%;
  height: 18px;
  line-height: 18px;
  padding-left: 10px;
  float:left;
}
.xw_01 .container .xw-30 .xw-301 .xw-301_content-1 ul .q2{
   padding-top: 10px;
   border-bottom: 1px dashed #CCCCCC;
   padding-bottom: 10px;
   float: left;
}
.xw_01 .container .xw-30 .xw-301 .xw-301_content-1 ul li .da{
  width: 18px;
  height: 18px;
  background-color: #f27200;
  line-height: 18px;
  color: #fff;
  text-align: center;
  font-size:12px;
  float: left;
}

.xw_01 .container .xw-30 .xw-301 .xw-301_content-1 ul li .da-1{
  width: 95%;
  font-size:12px;
  line-height: 18px;
  padding-left: 10px;
  float:left;
}
/******é¦–é¡µæ–°é—»ç»“æŸ*******/

/******é¦–é¡µé“¾æŽ¥å¼€å§‹*******/

.links_01{
  width: 100%;
  margin-top: 10px;
  margin-bottom:10px;
}

.links_01 .container .lv-30 .lv-302{
    width: 100%;
    height: 52px;
    border: 1px solid #CCCCCC;
    background-color: #F2F2F2;
    float: left;
}

.links_01 .container .lv-30 .lv-302 .lv-302-1{
   width: 115px;
   float: left;
}

.links_01 .container .lv-30 .lv-302 .lv-302-2 ul li{
  /*height: 50px;*/
  line-height: 50px;
  padding-left: 15px;
  float: left;
}
/******é¦–é¡µé“¾æŽ¥ç»“æŸ*******/

/******é¦–é¡µé¡µè„šå¼€å§‹******/

#footer .container .row .footer_1 .textwidget{
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  float: left;
}
#footer .container .row .footer_1 .footer_3{

}

#footer .container .row .footer_1 .footer_2 .widget-title span{
  color:#fff;
}

#footer .container .row .footer2_1 .row .footer2_2 .widget_links{
  width: 100%;
}

#footer .container .row .footer2_1 .row .footer2_2 .widget_links ul  li{
  width: 100%;
}
/******é¦–é¡µé¡µè„šç»“æŸ******/

/******é¦–é¡µå¯¼èˆªæ¡å¼€å§‹******/
.main_nav .bootsnav .container #navbar-menu .mobile-menu .span_01{
  font-size: 11px;
  color: #555;
  padding-top: 1px;
  font-weight: normal;
  text-align: center;
  padding-left: 5px;
}

.main_nav .bootsnav .container #navbar-menu .mobile-menu .span_02{
  font-size: 11px;
  color: #555;
  padding-top: 1px;
  font-weight: normal;
  text-align: center;
  padding-left: 5px;
}
.main_nav .bootsnav .container #navbar-menu .mobile-menu .span_03{
  font-size: 11px;
  color: #555;
  padding-top: 1px;
  font-weight: normal;
  text-align: center;
  padding-left: 0px;
}

.main_nav .bootsnav .container #navbar-menu .mobile-menu .span_04{
  font-size: 11px;
  color: #555;
  padding-top: 1px;
  font-weight: normal;
  text-align: center;
  padding-left: 0px;
}
.main_nav .bootsnav .container #navbar-menu .mobile-menu .span_05{
  font-size: 11px;
  color: #555;
  padding-top: 1px;
  font-weight: normal;
  text-align: center;
  padding-left: 28px;
}
.main_nav .bootsnav .container #navbar-menu .mobile-menu .span_06{
  font-size: 11px;
  color: #555;
  padding-top: 1px;
  font-weight: normal;
  text-align: center;
  padding-left: 10px;
}
.main_nav .bootsnav .container #navbar-menu .mobile-menu .span_07{
  font-size: 11px;
  color: #555;
  padding-top: 1px;
  font-weight: normal;
  text-align: center;
  padding-left: 13px;
}
.main_nav .bootsnav .container #navbar-menu .mobile-menu .span_08{
  font-size: 11px;
  color: #555;
  padding-top: 1px;
  font-weight: normal;
  text-align: center;
  padding-left: 15px;
}
.main_nav .bootsnav .container #navbar-menu .mobile-menu .span_09{
  font-size: 11px;
  color: #555;
  padding-top: 1px;
  font-weight: normal;
  text-align: center;
  padding-left: 5px;
}
/******é¦–é¡µå¯¼èˆªæ¡ç»“æŸ******/


/******é¦–é¡µ6ä¼˜åŠ¿å¼€å§‹*******/

.ys_01{
  background-color: #006db8;
  width: 100%;
  height:90px;
  align:center;
  margin-bottom: 20px;
  /*box-shadow: darkgrey 10px 10px 30px 5px ;//è¾¹æ¡†é˜´å½±*/
}

.ys_01 .container .ys-30 .ys-301{
  width: 100%;
  height: 50px;
  margin-top:20px;
  border-left: 1px dashed #CCCCCC;
  color: #fff;
}

.ys_01 .container .ys-30 .ys-302 .youshi_02{
  font-size: 30px;
  height: 80px;
  line-height: 80px;
  letter-spacing: 15px;
  color: #fff;
  font-weight: bold;
}
.ys_01 .container .ys-30 .ys-302 .youshi_02 .youshi_span02{
  /*background-color: red;*/
  color: red;
  /*border-radius: 20px;
  text-align:center;*/
}

.ys_01 .container .ys-30 .ys-301 .youshi_03{
  padding-top:10px;
  font-size: 14px;
  height: 31px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 30px;
}


.ys_content01{
  width: 100%;
  align:center;
  background-color: #F7F8FC;
}

.ys_content01 .container .ys-content30 .ys-content302{
  box-shadow: darkgrey 10px 10px 30px 5px ;//è¾¹æ¡†é˜´å½±
}

.ys_content01 .container .ys-content30 .ys-content302 .ys-content302-1{
    width: 100%;
    height: 260px;
    background: url(../../lunbo828/img/rcc_01_01.jpg) center no-repeat;
    margin-top: 20px;
}
.ys_content01 .container .ys-content30 .ys-content302 .ys-content302-1 .y1_top {
  padding-left: 650px;
  padding-top: 76px;
  font-size: 36px;
  font-weight: normal;
  color: #484848;
  line-height: 38px;
}

.ys_content01 .container .ys-content30 .ys-content302 .ys-content302-1 .y1_center {
  padding-left: 650px;
  padding-top: 23px;
  font-size: 16px;
  text-transform: uppercase;
  color: #484848;
}

.ys_content01 .container .ys-content30 .ys-content302 .ys-content302-1 .y1_bottom {
  padding-left: 650px;
  padding-top: 17px;
  font-size: 14px;
  line-height: 30px;
  color: #555;
}


.ys_content01 .container .ys-content30 .ys-content302 .ys-content302-2{
    width: 100%;
    height: 301px;
    background: url(../../lunbo828/img/rcc_01_02.jpg) center no-repeat;
}

.ys_content01 .container .ys-content30 .ys-content302 .ys-content302-2 .y2_top {
  padding-left: 660px;
  padding-top: 45px;
  font-size: 33px;
  font-weight: normal;
  color: #484848;
  line-height: 38px;
}
.ys_content01 .container .ys-content30 .ys-content302 .ys-content302-2 .y2_center {
  padding-left: 650px;
  padding-top: 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #484848;
}
.ys_content01 .container .ys-content30 .ys-content302 .ys-content302-2 .y2_bottom {
  padding-left: 650px;
  padding-top: 18px;
  font-size: 14px;
  line-height: 30px;
  color: #555;
}


.ys_content01 .container .ys-content30 .ys-content302 .ys-content302-3{
    width: 100%;
    height: 253px;
    background: url(../../lunbo828/img/rcc_01_03.jpg) center no-repeat;
}

.ys_content01 .container .ys-content30 .ys-content302 .ys-content302-3 .y3_top {
  padding-top:85px;
  padding-left: 120px;
  font-size: 34px;
  font-weight: normal;
  color: #484848;
}
.ys_content01 .container .ys-content30 .ys-content302 .ys-content302-3 .y3_center {
  padding-left: 120px;
  padding-top: 5px;
  font-size: 12px;
  text-transform: uppercase;
  color: #484848;
}
.ys_content01 .container .ys-content30 .ys-content302 .ys-content302-3 .y3_bottom {
  padding-left: 120px;
  padding-top: 25px;
  font-size: 16px;
  line-height: 30px;
  color: #555;
  width: 55%;
}


.ys_content01 .container .ys-content30 .ys-content302 .ys-content302-4{
    width: 100%;
    height: 239px;
    background: url(../../lunbo828/img/rcc_01_04.jpg) center no-repeat;
}

.ys_content01 .container .ys-content30 .ys-content302 .ys-content302-4 .y4_top {
  padding-left: 120px;
  padding-top:66px;
  font-size: 34px;
  font-weight: normal;
  color: #484848;
}
.ys_content01 .container .ys-content30 .ys-content302 .ys-content302-4 .y4_center {
  padding-left: 120px;
  padding-top: 5px;
  font-size: 12px;
  text-transform: uppercase;
  color: #484848;
}
.ys_content01 .container .ys-content30 .ys-content302 .ys-content302-4 .y4_bottom {
  padding-left: 120px;
  padding-top: 5px;
  font-size: 16px;
  line-height: 30px;
  color: #555;
  width: 60%;
}

.ys_content01 .container .ys-content30 .ys-content302 .ys-content302-5{
    width: 100%;
    height: 250px;
    background: url(../../lunbo828/img/rcc_01_05.jpg) center no-repeat;
}

.ys_content01 .container .ys-content30 .ys-content302 .ys-content302-5 .y5_top {
  padding-left: 660px;
  padding-top: 90px;
  font-size: 36px;
  font-weight: normal;
  color: #484848;
  line-height: 38px;
}
.ys_content01 .container .ys-content30 .ys-content302 .ys-content302-5 .y5_center {
  padding-left: 660px;
  padding-top: 18px;
  font-size: 16px;
  text-transform: uppercase;
  color: #484848;
}
.ys_content01 .container .ys-content30 .ys-content302 .ys-content302-5 .y5_bottom {
  padding-left: 660px;
  padding-top: 18px;
  font-size: 14px;
  line-height: 30px;
  color: #555;
}

.ys_content01 .container .ys-content30 .ys-content302 .ys-content302-6{
    width: 100%;
    height: 331px;
    background: url(../../lunbo828/img/rcc_01_06.jpg) center no-repeat;
}
.ys_content01 .container .ys-content30 .ys-content302 .ys-content302-6 .y6_top {
  padding-left: 660px;
  padding-top: 60px;
  font-size: 36px;
  font-weight: normal;
  color: #484848;
  line-height: 38px;
}
.ys_content01 .container .ys-content30 .ys-content302 .ys-content302-6 .y6_center {
  padding-left: 660px;
  padding-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
  color: #484848;
}
.ys_content01 .container .ys-content30 .ys-content302 .ys-content302-6 .y6_bottom {
  padding-left: 660px;
  padding-top: 15px;
  font-size: 16px;
  line-height: 30px;
  color: #555;
}

/******é¦–é¡µ6ä¼˜åŠ¿ç»“æŸ*******/

/*å±å¹•å®½åº¦ä¸º414pxè‡³767px*/
@media screen and (min-width:414px) and (max-width:767px) {
   .navbar.bootsnav{
    padding:0 !important;
  }
  .header_first{
    display: none;
  }

  .navbar-expand-lg .bootsnav .container .d-md-block img{
     width: 140px;
  }


  #navbar-menu{
    background: #708090;
    opacity 0.1;
  }

  .video_01{
    margin-top:10px !important;
  }

  .ys_01{
    margin-top: 20px;
  }
  .ys_01 .container .ys-30 .ys-302 .youshi_02{
    font-size: 18px;
    line-height: 36px;
    height: 0px;
    padding-top: 10px;
  }
  .ys_01 .container .ys-30 .ys-301 .youshi_03{
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 8px;
  }

  .world_box{
    display: block !important;
  }

  .ys_content01{
    display: none;
  }

  .lunbo_01 .container .lunbo-30 .lunbo-302{
    height: auto !important;
  }

  .hezuo_01{
    margin-top: 20px;
    height: auto !important;
  }
  .hezuo_01 .container .zv-30{
   padding-left: 0;
   padding-top:0px !important;
  }
  .hezuo_01 .container .zv-30 ul li{
    width: 49% !important;
  }

  .tab_v01{
    padding-top: 20px !important;
  }

  .hengfu_01{
    height: 160px;
  }

  .hengfu_01 img{
    width: 280px;
  }

  .hengfu_01 .container .hv-30 .hv-301 .hv-301-tittle{

    margin:0;
    font-size: 14px;
    margin-top: -40px;
  }

  .hengfu_01 .container .hv-30 .hv-301 .hv-301-p{
    padding-top: 0 !important;
    margin:0;
    font-size: 11px !important;
  }

  .hengfu_01 .container .hv-30 .hv-301 .hv-301-p .hv-301-p-span{
    font-size: 15px;
  }

  .hezuo_01{
    margin-top: 20px;
    height: auto !important;
  }
  .hezuo_01 .container .zv-30{
   padding-left: 0;
   padding-top:0px !important;
  }
  .hezuo_01 .container .zv-30 ul li{
    width: 49% !important;
  }

  .hezuo_01 .container .zv-30 ul li img{
    width: 110px;
  }

  .xw_01 .container .xw-30 .xw_content_4 ul li{
    width: 100%;
  }

  .xw_01{
    margin-top: 20px;
  }
  .xw_01 .xw-302{
    float: left;
  }

  .xw_01 .xw-301{
    float: left;
    margin-top: 20px;
  }

  .links_01{
    margin-top: 20px;
  }

  #footer{
    margin-top: 30px;
  }

  #home-section .tp-banner-container .tp-banner .tp_lunbo_img{
    width: 100% !important;
    height: auto !important;
  }
     
}

/*å±å¹•å®½åº¦ä¸º414pxä»¥ä¸‹ï¼Œæ‰‹æœºç‰ˆ*/
@media screen and (max-width: 480px) {
  .navbar.bootsnav{
    padding:0 !important;
  }
  .header_first{
    display: none;
  }

  .navbar-expand-lg .bootsnav .container .d-md-block img{
     width: 140px;
  }


  #navbar-menu{
    background: #708090;
    opacity 0.1;
  }

  .video_01{
    margin-top:10px !important;
  }

  .ys_01{
    margin-top: 20px;
  }
  .ys_01 .container .ys-30 .ys-302 .youshi_02{
    font-size: 18px;
    line-height: 36px;
    height: 0px;
    padding-top: 10px;
  }
  .ys_01 .container .ys-30 .ys-301 .youshi_03{
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 8px;
  }

  .world_box{
    display: block !important;
  }

  .ys_content01{
    display: none;
  }

  .lunbo_01 .container .lunbo-30 .lunbo-302{
    height: auto !important;
  }

  .hezuo_01{
    margin-top: 20px;
    height: auto !important;
  }
  .hezuo_01 .container .zv-30{
   padding-left: 0;
   padding-top:0px !important;
  }
  .hezuo_01 .container .zv-30 ul li{
    width: 49% !important;
  }

  .tab_v01{
    padding-top: 20px !important;
  }

  .hengfu_01{
    height: 160px;
  }

  .hengfu_01 img{
    width: 280px;
  }

  .hengfu_01 .container .hv-30 .hv-301 .hv-301-tittle{

    margin:0;
    font-size: 14px;
    margin-top: -40px;
  }

  .hengfu_01 .container .hv-30 .hv-301 .hv-301-p{
    padding-top: 0 !important;
    margin:0;
    font-size: 11px !important;
  }

  .hengfu_01 .container .hv-30 .hv-301 .hv-301-p .hv-301-p-span{
    font-size: 15px;
  }

  .hezuo_01{
    margin-top: 20px;
    height: auto !important;
  }
  .hezuo_01 .container .zv-30{
   padding-left: 0;
   padding-top:0px !important;
  }
  .hezuo_01 .container .zv-30 ul li{
    width: 49% !important;
  }

  .hezuo_01 .container .zv-30 ul li img{
    width: 110px;
  }

  .xw_01 .container .xw-30 .xw_content_4 ul li{
    width: 100%;
  }

  .xw_01{
    margin-top: 20px;
  }
  .xw_01 .xw-302{
    float: left;
  }

  .xw_01 .xw-301{
    float: left;
    margin-top: 20px;
  }

  .links_01{
    margin-top: 20px;
  }

  #footer{
    margin-top: 30px;
  }

  #home-section .tp-banner-container .tp-banner .tp_lunbo_img{
    width: 100% !important;
    height: auto !important;
  }
    

}

/*å±å¹•å®½åº¦ä¸º768pxä»¥ä¸‹ï¼Œæ‰‹æœºç‰ˆ*/
@media screen and (max-width: 767px) {
   .navbar.bootsnav{
    padding:0 !important;
  }
  .header_first{
    display: none;
  }

  .navbar-expand-lg .bootsnav .container .d-md-block img{
     width: 160px;
  }

  .logo a{
     padding:3px 0px !important;
  }

  #navbar-menu{
    background: #708090;
    opacity 0.1;
  }

  .video_01{
    margin-top:10px !important;
  }

  .ys_01{
    margin-top: 20px;
  }
  .ys_01 .container .ys-30 .ys-302 .youshi_02{
    font-size: 18px;
    line-height: 36px;
    height: 0px;
    padding-top: 10px;
  }
  .ys_01 .container .ys-30 .ys-301 .youshi_03{
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 8px;
  }

  .world_box{
    display: block !important;
  }

  .ys_content01{
    display: none;
  }

  .lunbo_01 .container .lunbo-30 .lunbo-302{
    height: auto !important;
  }


  .tab_v01{
    padding-top: 20px !important;
  }

  .hengfu_01{

  }

  .hengfu_01 img{
    width: 280px;
  }

  .hengfu_01 .container .hv-30 .hv-301{
    border-left: 0 !important;
  }

  .hengfu_01 .container .hv-30 .hv-301 .hv-301-tittle{

    margin:0;
    font-size: 14px;
    margin-top: -40px;
  }

  .hengfu_01 .container .hv-30 .hv-301 .hv-301-p{
    padding-top: 0 !important;
    margin:0;
    font-size: 11px !important;
  }

  .hengfu_01 .container .hv-30 .hv-301 .hv-301-p .hv-301-p-span{
    font-size: 15px;
  }

  .hezuo_01{
    margin-top: 20px;
    height: auto !important;
  }
  .hezuo_01 .container .zv-30{
   padding-left: 0;
   padding-top:0px !important;
  }
  .hezuo_01 .container .zv-30 ul li{
    width: 49% !important;
  }

  .hezuo_01 .container .zv-30 ul li img{
    width: 110px;
  }

  .xw_01 .container .xw-30 .xw_content_4 ul li{
    width: 100%;
  }

  .xw_01{
    margin-top: 20px;
  }
  .xw_01 .xw-302{
    float: left;
  }

  .xw_01 .xw-301{
    float: left;
    margin-top: 20px;
  }

  .links_01{
    margin-top: 20px;
  }

  #footer{
    margin-top: 30px;
  }

  #home-section .tp-banner-container .tp-banner .tp_lunbo_img{
    width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
  }

  .links_01 .container .lv-30 .lv-302 .lv-302-2 ul li{
    line-height: 25px !important;
    padding-left: 5px !important;
  }

  #home-section .tp-banner-container .tp-banner .tp_lunbo_img{
    width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
  }


}

/*å±å¹•å®½åº¦ä¸º768pxä»¥ä¸Š992pxä»¥ä¸‹*/
@media screen and (min-width: 768px) and (max-width:991px) {
  .navbar.bootsnav{
    padding:0 !important;
  }
  .header_first{
    display: none;
  }

  .navbar-expand-lg .bootsnav .container .d-md-block img{
     width: 140px;
  }

  .logo a{
     padding:7px 0px !important;
  }

  #navbar-menu{
    background: #708090;
    opacity 0.1;
  }

  .video_01{
    margin-top:10px !important;
  }

  .ys_01{
    margin-top: 20px;
  }
  .ys_01 .container .ys-30 .ys-302 .youshi_02{
    font-size: 18px;
    line-height: 36px;
    height: 0px;
    padding-top: 10px;
  }
  .ys_01 .container .ys-30 .ys-301 .youshi_03{
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 8px;
  }

  .world_box{
    display: block !important;
  }

  .ys_content01{
    display: none;
  }

  .lunbo_01 .container .lunbo-30 .lunbo-302{
    height: auto !important;
  }

  .tab_v01{
    padding-top: 20px !important;
  }

  .hengfu_01{
    
  }

  .hengfu_01 img{
    width: 280px;
  }

  .hengfu_01 .container .hv-30 .hv-301{
    border-left: 0 !important;
  }

  .hengfu_01 .container .hv-30 .hv-301 .hv-301-tittle{

    margin:0;
    font-size: 14px;
    margin-top: -40px;
  }

  .hengfu_01 .container .hv-30 .hv-301 .hv-301-p{
    padding-top: 0 !important;
    margin:0;
    font-size: 11px !important;
  }

  .hengfu_01 .container .hv-30 .hv-301 .hv-301-p .hv-301-p-span{
    font-size: 15px;
  }

  .hezuo_01{
    margin-top: 20px;
    height: auto !important;
  }
  .hezuo_01 .container .zv-30{
   padding-left: 0;
   padding-top:0px !important;
  }
  .hezuo_01 .container .zv-30 ul li{
    width: 49% !important;
  }
  .hezuo_01 .container .zv-30 ul li img{
    width: 110px;
  }

  .xw_01 .container .xw-30 .xw_content_4 ul li{
    width: 100%;
  }

  .xw_01{
    margin-top: 20px;
  }
  .xw_01 .xw-302{
    float: left;
  }

  .xw_01 .xw-301{
    float: left;
    margin-top: 20px;
  }

  .links_01{
    margin-top: 20px;
  }

  #footer{
    margin-top: 30px;
  }

  #home-section .tp-banner-container .tp-banner .tp_lunbo_img{
    width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
  }

}

/*å±å¹•å®½åº¦ä¸º992pxä»¥ä¸Š1200pxä»¥ä¸‹*/
@media screen and (min-width:992px) and (max-width:1199px){

}

/*å±å¹•å®½åº¦ä¸º1200px-1350*/
@media screen and (min-width:1200px) and (max-width:1350px) {



}

/*å±å¹•å®½åº¦ä¸º1350pxä»¥ä¸Š*/
@media screen and (min-width:1501px) {

    #home-section .tp-banner-container .tp-banner .tp_lunbo_img{
      margin-left: 0 !important;
    }

}


.innerpage-wrap .tabbed #urrentx {
  display: block;
  padding: 22px 0 0;
  border-top: 1px solid #d3dae0;
}



.product_boxs .product_boxs_9 .pages_box{
  width: 100%;
}

.product_boxs .product_boxs_9 .pages_box .pages_box_p{
  float: left;
}

.product_boxs .product_boxs_9 .pages_box .pages_box_divtwo .num_first {
  float: left;
}

.product_boxs .product_boxs_9 .pages_box .pages_box_divone{
  float: left;
}

div.item img{
    width:100%;
   }
div#carousel-example-generic{
  width:80%;
  margin:0 auto;
}
#home-section .tp-banner-container .tp-banner{
  overflow:hidden; 
ã€€width:100%;/*è¦æ˜¾ç¤ºçš„å®½åº¦*/
  vertical-align: middle;
  text-align: center;
}

#home-section .tp-banner-container .tp-banner .tp_lunbo_img{
  height: 400px;
  vertical-align: middle;
  overflow: hidden;
  max-width: 1920px;
  text-align: center;
  margin-left: -18%; 
}


#hfy_done .hfy_done_div .hfy_done_row .bcid-cat .hfy_done_p .hfy_done_a{
  padding-right: 10px;
}

.campany_boxs {
  padding: 20px 0;
  margin-bottom: 20px;
}

.campany_boxs .container .row .campany_boxs_v1{
  padding-bottom: 20px;
  border-bottom: #777 dashed 1px;

}


.title_h3{
  color: #525659;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  line-height: 60px;
  margin-bottom: 22px;
  margin-top: 0;
  border-bottom: 1px solid #e1e1e1;
}

/*åˆä½œå®¢æˆ·è®¾ç½®*/
#innerpage-wrap .container .row .inner-left .row .four_box{
  margin-bottom: 20px;
}
#innerpage-wrap .container .row .inner-left .row .four_box .row .four_box_1 .four_box_border{
  border: 1px solid #e5e5e5;
  padding: 10px 9px;
  background: #fff;
}

#innerpage-wrap .container .row .inner-left .row .four_box .row .four_box_p .four_box_p_1{
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #f0f0f0;
}

#innerpage-wrap .container .row .inner-left .row .four_box .row .four_box_p .four_box_p_1 a{
  font-size: 14px;
  line-height: 50px;
}

/*åˆä½œå®¢æˆ·è®¾ç½®*/


/***************ç½‘ç«™åœ°å›¾å¼€å§‹**************************/
.product_boxs .container .row .product_boxs_9 .p12-sitemap-1-xml{
  float: right;
}
.product_boxs .container .row .product_boxs_10 .p12-sitemap-1-tit{
  height: 46px;
  line-height: 46px;
  color: #fff;
  clear: both;
}

.product_boxs .container .row .product_boxs_10  .p12-sitemap-1-tit h3 {
  display: inline-block;
  font-size: 26px;
  padding: 0 30px;
  text-align: center;
  font-weight: normal;
  background: #0155c5;
}

.product_boxs .container .row .product_boxs_10 .p12-sitemap-1-tit a {
  color: #fff;
}

.product_boxs .container .row .product_boxs_11 ul {
  padding-top: 15px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 40px;
}

.product_boxs .container .row .product_boxs_11 li h4 {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #d2d2d2;
  text-align: center;
  width: 16.66%;
  font-weight: normal;
  float: left;
  overflow: hidden;
  position: relative;
  top: 1px;
}

/***************ç½‘ç«™åœ°å›¾ç»“æŸ**************************/

/***************ç§»åŠ¨ç«¯æ–‡å­—å¼€å§‹**************************/
.world_box{
  background: #F7F8FC;
  width: 100%;
  height: auto;
  padding:20px 20 5px 20px;
  display: none;
}

.world_box .container .world_box_div .world_box_01{
  width: 100%;
  background: #fff;
  margin-top: 15px;
  border-radius:5px;
  padding:10px 10px;
}
/***************ç§»åŠ¨ç«¯æ–‡å­—ç»“æŸ**************************/

#navbar-nav-first li a:hover{
  color: #E60112;
  font-weight: 800;
}

nav.navbar.bootsnav ul.nav ul.dropdown-menu &gt; li &gt; a:hover{
  color: #E60112;
  font-weight: 800;
}</pre></body></html>